object FormGuardar: TFormGuardar Tag = 31200 Left = 359 Top = 190 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Guardar An�lisis' ClientHeight = 170 ClientWidth = 345 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} KeyPreview = True OldCreateOrder = True Position = poScreenCenter Scaled = False OnActivate = FormActivate OnKeyDown = FormKeyDown OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object PlaGroupGuardarComo: TPlaGroupBox Left = 14 Top = 11 Width = 321 Height = 114 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Guardar como' TabOrder = 0 object Image1: TImage Left = 12 Top = 19 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object Label1: TLabel Left = 52 Top = 17 Width = 257 Height = 39 AutoSize = False WordWrap = True end object Label2: TLabel Left = 52 Top = 66 Width = 95 Height = 13 Caption = 'Nombre del an�lisis:' end object EditNombre: TPlaEdit Left = 52 Top = 81 Width = 257 Height = 21 MaxLength = 127 TabOrder = 0 Transparent = False OnChange = EditNombreChange end end object ButtonAceptar: TPlaButton Tag = 2200 Left = 179 Top = 138 Width = 73 Height = 21 Caption = 'Aceptar' Enabled = False TabOrder = 1 Default = True ModalResult = 1 end object ButtonCancel: TPlaButton Tag = 2400 Left = 261 Top = 138 Width = 73 Height = 21 Caption = 'Cancelar' TabOrder = 2 Cancel = True ModalResult = 2 end end